home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Serving Financial Service…olutions Suite 1994 Fall
/
Serving Financial Services Solutions Suite 1994 Fall.iso
/
Apps
/
AFS
/
WriteUp.app
/
English.lproj
/
ParagraphInspector.nib
/
data.classes
next >
Wrap
Text File
|
1994-12-14
|
2KB
|
107 lines
TextStyleView = {
SUPERCLASS = View;
};
ParagraphInspector = {
ACTIONS = {
decreaseIndentDeltaFirst:;
increaseSpaceAfter:;
bulletRight:;
alignText:;
init:;
setAutoleading:;
decreaseLeading:;
increaseLeading:;
decreaseWordSpace:;
bulletLeft:;
updatePanel:;
increaseIndentRight:;
inspect:;
ok:;
decreaseIndentLeft:;
bulletUp:;
decreaseSpaceBetween:;
increaseIndentLeft:;
increaseIndentDeltaFirst:;
applyStyle:;
decreaseTracking:;
increaseWordSpace:;
fontPanel:;
increaseSpaceBetween:;
bulletDown:;
decreaseIndentRight:;
increaseSpaceBefore:;
decreaseSpaceBefore:;
decreaseSpaceAfter:;
increaseTracking:;
removeStyle:;
};
OUTLETS = {
leading;
fontField;
wordSpace;
autoKern;
textColor;
spaceBefore;
spaceAfter;
currStyle;
indentDeltaFirst;
lineSpacing;
hungPunctuation;
hyphenate;
bulletText;
alignment;
dummyPara;
stylePopupList;
indentLeft;
oldStyle;
fontDelegate;
spaceBetween;
autoLeading;
ligatures;
indentRight;
myUnitsInfo;
panelFont;
stylePopupButton;
tracking;
startColumnTop;
};
SUPERCLASS = AfsInspector;
};
FirstResponder = {
ACTIONS = {
runParaStyles:;
};
SUPERCLASS = Object;
};
AfsInspector = {
ACTIONS = {
inspect:;
ok:;
init:;
};
OUTLETS = {
inspectorView;
};
SUPERCLASS = Object;
};
ItemStyleView = {
OUTLETS = {
myPanel;
};
SUPERCLASS = View;
};
AfsInspectorSwapPanel = {
ACTIONS = {
swapIn:;
inspect:;
ok:;
registerWith:;
revert:;
};
OUTLETS = {
firstText;
inspector;
};
SUPERCLASS = AfsSwapPanel;
};